projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a7d33
)
(imenu-syntax-alist): Add autoload cookie for
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Jan 2001 15:50:20 +0000
(15:50 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 29 Jan 2001 15:50:20 +0000
(15:50 +0000)
the `make-variable-buffer-local'.
lisp/imenu.el
patch
|
blob
|
history
diff --git
a/lisp/imenu.el
b/lisp/imenu.el
index 486fb0d23946b7122bf22850f3004f2d16db61eb..3f3a174abf643e659be2fd317007689ab5a26e6c 100644
(file)
--- a/
lisp/imenu.el
+++ b/
lisp/imenu.el
@@
-689,6
+689,7
@@
a string, all the characters in the string get the specified syntax.
This is typically used to give word syntax to characters which
normally have symbol syntax to simplify `imenu-expression'
and speed-up matching.")
+;;;###autoload
(make-variable-buffer-local 'imenu-syntax-alist)
(defun imenu-default-create-index-function ()